.navtab {
    width: 1212px;
    display: none;
    position: absolute;
    margin-left: -612px;
    left: 50%;
    background:#fff;
    height: auto;
    z-index: 99999999;
}
.g_lanmu{
    margin: 20px 0px 10px 0px;
    float: left;
    width: 100%;
}
.g_lanmu .g-title {
    font-size: 18px;
    font-weight: bold;
    color: #0047a8;
    float: left;
}
.g_lanmu a{
    float: right;
}

.gy .jianjie {
    width: 552px;
    float: left;
    margin-right: 30px;
    margin-left: 30px;
}

.gy .jianjie .jieshao{
    text-indent: 2rem;
    margin-top: 20px;
}

.lingdao li {
    float: left;
    color: black;
}
.lingdao li:first-child{
    width: 42%;
}
.lingdao li:last-child{
    width: 58%;
}
.lingdao li .ling_pic{
    width: 100px;
    height: 150px;
    overflow: hidden;
    float: left;
}
.lingdao li img {
    width: 100%;
}
.lingdao li .ling_txt{
    font-size: 16px;
    padding: 15px;
    float: left;
}
.gy .qikan{
    width: 570px;
    float: left;
    padding-right: 30px;
}
.gy .qikan li{
    float: left;
    width: 100px;
    height: 150px;
    line-height: 10px;
    margin-right: 17px;
    margin-bottom: 10px;
    overflow: hidden;
}
.gy .qikan li:nth-child(5n){
    margin-right: 0px;
}
.gy .qikan img {
    width: 100%;
}


/* 新闻 */
.news .pic_news{
    width:430px;
    float: left;
    padding: 0px 15px 15px 15px;
    overflow: hidden;
}
/* 本例子css */
.news .slideBox {
    position: relative;
}
.news .slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 1;
}
.news .slideBox .hd ul li {
    float: left;
    margin-right: 2px;
    width: 10px;
    height: 10px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    border-radius: 50%;
    margin-left: 5px;
}

.news .slideBox .hd ul li.on {
    background: rgb(240, 5, 5);
    color: #fff;
}

.news .slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}
.news .slideBox .bd p {
    height: 40px;
    width: 420px;
    background-color: #0047a8;
    padding-left: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.news .slideBox .bd p a {
    color: white;
    line-height: 40px;
    display: block;
    width: 340px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.news .slideBox .bd img {
    width:430px;
    height:260px;
    display: block;
}
.news .m_right_notive {
    width: 365px;
    margin-right:15px;
    float: left;
}

.news .m_right_notive:nth-child(3){margin-right:0px;}

.news .m_list {
    width: 100%;
    float: left;
}

.news .m_list li {
    height:63px;
    border-bottom: 1px dashed #ccc;
    box-sizing: border-box;
    margin-bottom: 5px;
}

.news .m_list li .u_day_text {
    color: #fff;
    width: 61px;
    background-color: #0047a8;
    text-align: center;
    height: 55px;
    line-height: 0;
    float: left;
}

.news .m_list li .u_day_text .day {
    font-size: 21px;
    line-height: 17px;
    margin-top: 11px;
    display: inline-block;
}

.news .m_list li .u_day_text .time {
    font-size: 12px;
    line-height: 12px;
    display: inline-block;
    margin-top: 5px;
}

.news .m_list li .fr {
    float: left;
    width: 300px;
    height: 55px;
    display: flex;
    align-items: center;
}
.news .m_list li .fr a {
    padding: 0px 15px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* 党建 */

.dangjian .dj {
    font-size: 18px;
    font-weight: bold;
    color: #0047a8;
    margin: 20px 20px 10px;
}


/* 本例子css */

.dangjian .slideBox {
    width: 500px;
    height: 300px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
    margin: 0 0 20px 20px;
    float: left;
}

.dangjian .slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 1;
}

.dangjian .slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.dangjian .slideBox .hd ul li {
    float: left;
    margin-right: 2px;
    width: 10px;
    height: 10px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    border-radius: 50%;
    margin-left: 5px;
}

.dangjian .slideBox .hd ul li.on {
    background: #f00;
    color: #fff;
}

.dangjian .slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.dangjian .slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
    position: relative;
}

.dangjian .slideBox .bd img {
    width: 500px;
    height: 300px;
    display: block;
}

.dangjian .slideBox .bd span {
    display: block;
    height: 30px;
    width: 500px;
    background-color: #0047a8;
    padding: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.dangjian .slideBox .bd span a {
    color: #fff;
    line-height: 30px;
    display: block;
    width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.tongzhi {
    float: left;
}

.tongzhi .tz {
    font-size: 18px;
    font-weight: bold;
    color: #0047a8;
    position: absolute;
    left: 540px;
    top: 20px;
}

.tongzhi ul {
    margin-right: 20px;
    margin-left: 20px;
}


/* .tongzhi ul {
    color: #666;
} */

.tongzhi li {
    width: 625px;
    height: 45px;
    line-height: 20px;
    font-size: 16px;
    list-style: square;
    color: #0047a8;
    margin-left: 20px;
}
.tongzhi li span{color:#333;}




.kslj{
    width:100%;
    height: 90px;
    clear: both;
}
.kslj ul li{
    float: left;
    width: 250px;
    margin-left: 40px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    background: #0067d6;
    margin-top: 20px;
}
.kslj ul li a{color:#ffff;font-size: 16px;}
.dtls{width:48%;float:left;margin-left:20px;}

.news .dtls .m_list li .fr{width:510px;}

.navtab1 li a {
    padding: 10px 20px;
    font-weight: bold;
    display: block;
    border: #0360CF solid 1px;
    font-size: 14px;
    color: #013a71;
    transition: all 0.3s;
    float: left;
    margin: 20px;
}